Bump gdb watermark to 1.3.1
authoroliskoli <oliskoli>
Sun, 3 Sep 2006 19:04:40 +0000 (19:04 +0000)
committeroliskoli <oliskoli>
Sun, 3 Sep 2006 19:04:40 +0000 (19:04 +0000)
gdb.c

diff --git a/gdb.c b/gdb.c
index 28e7751e87f095af8b0e6b19648b0f3043ca821c..d01d8997d74333e72c8f5d09789101086553db4a 100644 (file)
--- a/gdb.c
+++ b/gdb.c
@@ -1115,8 +1115,9 @@ gdb_write_file_header(const struct tm *tm)
        strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff));  // gpsbabel V1.2.7 BETA 
        strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff));  // gpsbabel 1.2.8-beta01182006_clyde
        strncpy(buff, "A].GPSBabel_1.2.8-beta*Apr 18 2006*20:12:00", sizeof(buff));  // gpsbabel 1.2.8-beta20060405
+       strncpy(buff, "A].GPSBabel-1.3*Jul 02 2006*20:13:00", sizeof(buff));  // gpsbabel 1.3.0
         */
-       strncpy(buff, "A].GPSBabel-1.3*Jul 02 2006*20:13:00", sizeof(buff));  // gpsbabel 1.3
+       strncpy(buff, "A].GPSBabel-1.3.1*Sep 03 2006*20:14:00", sizeof(buff));  // gpsbabel 1.3.1
 #endif
        len = strlen(buff);
        buff[2] = 2;